home *** CD-ROM | disk | FTP | other *** search
- // --------------------------------------------------------------------------------------------------------------
- //
- // MPackMUI V1.01 MPack Header
- //
- // --------------------------------------------------------------------------------------------------------------
-
- #include <dos/dos.h>
- #include <exec/types.h>
- #include <libraries/mui.h>
-
- #include <clib/alib_protos.h>
- #include <proto/dos.h>
- #include <proto/intuition.h>
-
- #include <ctype.h>
- #include <stdio.h>
- #include <string.h>
-
- #include "Enum.h"
-
- // --------------------------------------------------------------------------------------------------------------
-
- // Internal Prototypes
-
- void Encode2File();
- void Decode2File();
-
- // External Prototypes
-
- void CleanUp();
- void DoEasyReq(char *);
-
- // GUI stuff
-
- extern Object *Gadgets[];
- extern Object *Windows[];
-
- // Miscellaneous
-
- extern char *MIMETypes[];
-
- // --------------------------------------------------------------------------------------------------------------
-
- // End Of Text
-